home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / send_msg < prev    next >
Encoding:
Text File  |  2001-03-21  |  381 b   |  16 lines

  1. Synopsis:
  2.    on [<modes>]send_msg [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client sends a MSG to another user.
  6.    It is only triggered when sending messages to individual clients, not
  7.    to channels.
  8.  
  9. Parameters:
  10.    $0    nickname message is sent to
  11.    $1-   text of message sent
  12.  
  13. See Also:
  14.    msg(1); on(5) msg
  15.  
  16.